Overload | Description |
---|---|
NIndexedSetReverseIterator<T> Constructor(INWritableIndexedSet<T>) | Creates an iterator that iterates through the entire array |
NIndexedSetReverseIterator<T> Constructor(INWritableIndexedSet<T>,Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from 0. |
NIndexedSetReverseIterator<T> Constructor(INWritableIndexedSet<T>,Int32,Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from the specified index. |